翻訳と辞書
Words near each other
・ Pamyua
・ Pamětice
・ Pan
・ Pan (1922 film)
・ Pan (1995 film)
・ Pan (2015 film)
・ Pan (album)
・ Pan (beer)
・ Pan (crater)
・ Pan (god)
・ Pan (horse)
・ Pan (magazine)
・ Pan (moon)
・ Pan (newsreader)
・ Pan (novel)
Pan (programming language)
・ Pan (surname)
・ Pan (White)
・ Pan Africa Chemistry Network
・ Pan Africa Christian University
・ Pan Africa Insurance Holdings Limited
・ Pan African Air Services
・ Pan African Airlines
・ Pan African Chamber of Commerce and Industry
・ Pan African Confederation of Youth Associations
・ Pan African Congress
・ Pan African FC
・ Pan African Federation of Accountants
・ Pan African Federation of Filmmakers
・ Pan African Film Festival


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Pan (programming language) : ウィキペディア英語版
Pan (programming language)

The pan configuration language allows the definition of machine configuration information and an associated
schema with a simple, human-accessible syntax. A pan language compiler transforms the configuration
information contained within a set of pan templates to a machine-friendly XML format.
The pan language is used within the Quattor toolkit to define the desired configuration for one or
more machines. The language is primarily a declarative language where elements in a hierarchical
tree are set to particular values. The pan syntax is human-friendly and fairly simple, yet allows system
administrators to simultaneously set configuration values, define an overall configuration schema, and
validate the final configuration against the schema.
== Implementation ==
The compiler panc serves as the defacto reference implementation of the language and is implemented in Java, at present it is not possible to execute the compiler with OpenJDK.
A configuration is defined by a set of files, called templates, written in the pan language.
These templates define simultaneously the configuration parameters, the configuration schema, and
validation functions. Each template is named and is contained in a file having the same name.
The syntax of a template file is simple:

(object | declaration | unique | structure ) template template-name;
(statement … )

These files may contain comments that start with the hash sign ('#') and terminate with the next new line
or end of file.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Pan (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.